home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / MediaMan 3 / MediaMan3Setup.msi / disk1.cab / demo.xml < prev    next >
Extensible Markup Language  |  2008-09-13  |  2KB  |  35 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <MediaManDataSource>
  3.     <Name>Barnes and Noble</Name>
  4.     <Version>2008-07-01</Version>
  5.     <Copyright>(C) 2008. He Shiming.</Copyright>
  6.     <Encoding>ANSI</Encoding>
  7.     <Nature>HTML</Nature>
  8.     <Definition>
  9.         <Stage>
  10.             <Type>SearchResult</Type>
  11.             <URL>http://search.barnesandnoble.com/booksearch/results.asp?WRD=[SearchKeyword]</URL>
  12.             <RegularExpressionPreParse><![CDATA[Sort by:(.*)Sort by:]]></RegularExpressionPreParse>
  13.             <RegularExpressionT1><![CDATA[<div class="bc-wrapper">.*?<div class="bc-desc"><h2><a href="(.*?)">(.*?)</a>.*?ISBN-13.*?</strong>(.*?)</li>.*?Add to wish list]]></RegularExpressionT1>
  14.             <ResultMappingT1>x1000000e;x10000006;x10000010</ResultMappingT1>
  15.         </Stage>
  16.         <Stage>
  17.             <Type>RecordPage</Type>
  18.             <URL>http://search.barnesandnoble.com/booksearch/pfp.asp?ean=[x10000010]</URL>
  19.             <RegularExpressionT1><![CDATA[<img border="0" src="(.*?)" alt="Cover Image".*?<h2>(.*?)<em class="nl">(.*?)</em>.*?<p class="format">(.*?)</p>.*?Customer Rating for this product is (.*?) out of 5"> \((.*?) ratings.*?Publisher: (.*?)</li>.*?Pub\. Date:(.*?)</li>.*?ISBN-13: (.*?)</li>.*?Sales Rank: (.*?)</li>.*?([0-9]+?) pp.*?</table>(<h4>.*?)<table width="100%" cellpadding="0" cellspacing="0" border="0">]]></RegularExpressionT1>
  20.             <ResultMappingT1>x10000011;x10000006;x10000025;x1000000a;x1000002f;x10000030;x1000000b;x10000022;x10000010;x1000004f;x10000023;x10000014</ResultMappingT1>
  21.         </Stage>
  22.         <Stage>
  23.             <Type>ImagePage</Type>
  24.             <URL>http://search.barnesandnoble.com/booksearch/imageviewer.asp?ean=[x10000010]</URL>
  25.             <RegularExpressionT1><![CDATA[<img src="([^"]*?)" alt="Cover Image"]]></RegularExpressionT1>
  26.             <ResultMappingT1>x10000011</ResultMappingT1>
  27.         </Stage>
  28.         <Stage>
  29.             <Type>Image</Type>
  30.             <URL>[x10000011]</URL>
  31.             <ResultMappingT1>1</ResultMappingT1>
  32.         </Stage>
  33.     </Definition>
  34. </MediaManDataSource>
  35.